iteratively - translation to English
DICLIB.COM
AI-based language tools
Enter a word or phrase in any language 👆
Language:     

Translation and analysis of words by artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

iteratively - translation to English

Iteratively Re-weighted Least Squares; IRLS; Iterative weighted least squares; Iteratively re-weighted least squares; IRWLS; Iteratively weighted least squares

iteratively      
= iterativamente, repetidamente
Ex: Prescriptions are given for conducting text retrieval operations iteratively using relevance feedback.
iterativo         
  • pentagrama]] que encierra un pequeño pentágono invertido. Iterando el proceso genera una secuencia de pentágonos y pentagramas anidados.
REPETICIÓN DE UN PROCESO PARA GENERAR UN RESULTADO
Iterada; Iterar; Iterativo; Iteracion
iterative
iterative         
REPETITION OF A PROCESS IN ORDER TO GENERATE AN OUTCOME
Reiterative; Iterative; Iterate; Iterations; Itteration; Iterate (math); Iterated; Iteration (computer science)
(adj.) = repetitivo, iterativo
Ex: Great benefits could be gained now from adopting simple iterative techniques programmable in BASIC.
----
* iterative search = búsqueda repetitiva
* iterative searching = búsqueda iterativa

Wikipedia

Iteratively reweighted least squares

The method of iteratively reweighted least squares (IRLS) is used to solve certain optimization problems with objective functions of the form of a p-norm:

a r g m i n β i = 1 n | y i f i ( β ) | p , {\displaystyle {\underset {\boldsymbol {\beta }}{\operatorname {arg\,min} }}\sum _{i=1}^{n}{\big |}y_{i}-f_{i}({\boldsymbol {\beta }}){\big |}^{p},}

by an iterative method in which each step involves solving a weighted least squares problem of the form:

β ( t + 1 ) = a r g m i n β i = 1 n w i ( β ( t ) ) | y i f i ( β ) | 2 . {\displaystyle {\boldsymbol {\beta }}^{(t+1)}={\underset {\boldsymbol {\beta }}{\operatorname {arg\,min} }}\sum _{i=1}^{n}w_{i}({\boldsymbol {\beta }}^{(t)}){\big |}y_{i}-f_{i}({\boldsymbol {\beta }}){\big |}^{2}.}

IRLS is used to find the maximum likelihood estimates of a generalized linear model, and in robust regression to find an M-estimator, as a way of mitigating the influence of outliers in an otherwise normally-distributed data set, for example, by minimizing the least absolute errors rather than the least square errors.

One of the advantages of IRLS over linear programming and convex programming is that it can be used with Gauss–Newton and Levenberg–Marquardt numerical algorithms.